Vcenter Vm Guest Filesystem ErrorReason
Vcenter Vm Guest Filesystem ErrorReason
The Vcenter Vm Guest Filesystem ErrorReason enumerated type defines the reasons a file or directory operation failed.
Possible values:
NOT_A_FILE
: An argument is not a file.NOT_A_DIRECTORY
: The argument is not a directory.PATH_TOO_LONG
: The file path is too long.FILE_NOT_FOUND
: The file is not found.FILE_TOO_LARGE
: The file is too large.NO_DISK_SPACE
: There is insufficent disk space.DIRECTORY_NOT_EMPTY
: Directory not empty.
This enumeration was added in vSphere API 7.0.2.0.
This data structure has no properties.
Enumeration:
NOT_A_FILE,
NOT_A_DIRECTORY,
PATH_TOO_LONG,
FILE_NOT_FOUND,
FILE_TOO_LARGE,
NO_DISK_SPACE,
DIRECTORY_NOT_EMPTY,